Search
DateTimeSeries Constructor
See Also
 






Initializes a new instance of the DateTimeSeries class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public DateTimeSeries (
    List<Date> dates,
    List<Double> values,
    Date minDate,
    Date maxDate
)

 Parameters

dates

A list of Date values.

values

A list of double values.

minDate

Identifies the start of the time range.

maxDate

Identifies the end of the time range.

 See Also